runtime.pageAlloc.find (method)
3 uses
runtime (current package)
mpagealloc.go#L595: func (p *pageAlloc) find(npages uintptr) (uintptr, offAddr) {
mpagealloc.go#L849: addr, searchAddr = p.find(npages)
mpagecache.go#L142: addr, _ := p.find(1)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)